2. Process "textfile_vocab.txt" :
Reverse each word in this file, for example, the word "aback" should be reverse to "kcaba"
save the processed file as "textfile_vocab_YOURNAME.txt"
3. Process "textfile_alice_on_wonderland.txt":
Change all "Alice" or "alice" in this file into your own names
save the processed file as "textfile_alice_on_wonderland_YOURNAME.txt"
Upload your code and processed files onto your project page.
The task is program based on the following steps to do file processing:
1. write code to download files from the following 2 links and as to "textfile_vocab.txt" and "textfile_alice_on_wonderland.txt" respectively.
https://ibcs1-wd.wikispaces.com/file/view/vocab.txt/591053286/vocab.txt
https://ibcs1-wd.wikispaces.com/file/view/alice_in_wonderland.txt/591053270/alice_in_wonderland.txt
2. Process "textfile_vocab.txt" :
Reverse each word in this file, for example, the word "aback" should be reverse to "kcaba"
save the processed file as "textfile_vocab_YOURNAME.txt"
3. Process "textfile_alice_on_wonderland.txt":
Change all "Alice" or "alice" in this file into your own names
save the processed file as "textfile_alice_on_wonderland_YOURNAME.txt"
Upload your code and processed files onto your project page.